remove-windows
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)
committerPeter Michael Green <plugwash@debian.org>
Sat, 21 Mar 2026 13:30:15 +0000 (13:30 +0000)
Gbp-Pq: Name remove-windows.patch

Cargo.toml

index 0f0107615a626954fb3eda65f1aee2a1640594eb..156d148140f449013a2a64147880a87665f72460 100644 (file)
@@ -252,7 +252,7 @@ version = "0.9"
 version = "1.2.8"
 default-features = false
 
-[target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys]
+[disabled.target.'cfg(all(all(target_arch = "aarch64", target_endian = "little"), target_os = "windows"))'.dependencies.windows-sys]
 version = "0.52"
 features = [
     "Win32_Foundation",